type golang.org/x/net/http2.closeWaiter
5 uses
golang.org/x/net/http2 (current package)
http2.go#L233: type closeWaiter chan struct{}
http2.go#L239: func (cw *closeWaiter) Init() {
http2.go#L244: func (cw closeWaiter) Close() {
http2.go#L249: func (cw closeWaiter) Wait() {
server.go#L680: cw closeWaiter // closed wait stream transitions to closed state
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)